home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00262_NoDisponible.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  301 b   |  15 lines

  1. on NoDisponible
  2.   global idioma
  3.   if idioma = 1 then
  4.     alert("NOT AVAILABLE IN DEMO VERSION")
  5.   else
  6.     if idioma = 2 then
  7.       alert("NO DISPONIBLE EN VERSION DEMO")
  8.     else
  9.       if idioma = 3 then
  10.         alert("N'EST PAS DISPONIBLE DANS LA VERSION DEMO")
  11.       end if
  12.     end if
  13.   end if
  14. end
  15.